Example 1: Auto-Organize Customer Calls
Scenario: Automatically move all customer interview calls to a Research folderConfigure Workflow
- Name: “Customer Interviews → Research Folder”
- Folder: Select “Customer Research”
- Title Matching: contains “Customer Interview”
Example 2: Route Feature Requests to Product Team
Scenario: Send high-priority feature requests to your product management webhookSet Up Webhook Endpoint
- Set up webhook receiver (your PM tool, Slack webhook, etc.)
- Get HTTPS webhook URL
- Test with webhook.site first
Configure Workflow
- Name: “High Priority Features → Product Webhook”
- Webhook URL: Your webhook endpoint
- Condition: “Feature request with high severity from customer”
- Output Format: JSON
Workflows with conditions use AI to evaluate each signal. The AI understands natural language like “high severity from customer” without requiring complex rules.
Example 3: Tag Competitive Mentions
Scenario: Automatically tag all calls that mention competitorsConfigure AI Condition
- Name: “Tag Competitive Discussions”
- Tag: “Competitive”
- Condition: “Call mentions competitors, alternatives, or competitive comparisons”
Example 4: Send Transcripts to Archive
Scenario: Automatically send all call transcripts to your data warehouseSet Up Archive Endpoint
- Configure your data warehouse webhook
- Ensure it accepts POST requests with JSON
Configure for All Calls
- Name: “Archive All Transcripts”
- Webhook URL: Your archive endpoint
- Condition: Leave empty (all calls)
- Output Format: JSON
Example 5: Weekly Scheduled Analysis
Scenario: Get a weekly summary of product feedback every Monday morningConfigure Task
- Name: “Weekly Product Feedback Summary”
- Instructions: “Analyze all product feedback signals from the past week. Group by feature area. Identify top 5 most requested features and most common complaints.”
- Schedule: Weekly, Monday at 8 AM
Scheduled tasks create chat threads with results. You can continue the conversation by asking follow-up questions.
Workflow Best Practices
Start simple: Create one workflow and verify it works before building more
Test webhooks first: Use webhook.site to test before connecting production systems
Use descriptive names: “Customer Calls → Research Folder” is clearer than “Workflow 1”
Monitor execution: Check Workflows list weekly to ensure they’re running
Use AI conditions wisely: Natural language conditions are more flexible than keyword matching
Common Automation Patterns
Content Organization
- Auto-file customer calls by title pattern
- Tag calls with specific topics
- Route signals to team folders
External Integration
- Send summaries to CRM webhooks
- Archive transcripts to data warehouse
- Post important signals to Slack
Regular Reporting
- Weekly feature request summaries
- Daily critical issue alerts
- Monthly trend analysis